projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e29b4
)
; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version fix."
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 14 Nov 2021 17:42:37 +0000
(19:42 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 14 Nov 2021 17:42:37 +0000
(19:42 +0200)
This reverts commit
e6e29b435273ee9821b6536581bd151f3e50737d
.
The commit was a mistake.
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 329e65422664896caf067cf4495d0f09ed4250bc..47d8d1ce8ec8cc46fbc0492f9f9047b7bbea1efd 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1429,7
+1429,7
@@
marks the next defun after the ones already marked."
(defcustom python-forward-sexp-function #'python-nav-forward-sexp
"Function to use when navigating between expressions."
- :version "2
9
.1"
+ :version "2
8
.1"
:type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
(const :tag "CC-mode like" nil)
function))